Noiseless Circle
## y
## 1 2 3 4
## 27 31 22 20

Noise Circle
n = 500, noise-level = 0.2
Ridge
## [1] 0.85 0.05 0.05 0.05
## y_noise
## 1 2 3 4
## 105 133 130 132

Ridgeless

n = 500, noise-level = 0.4
Ridge
## [1] 0.7 0.1 0.1 0.1
## y_noise
## 1 2 3 4
## 112 131 115 142

Ridgeless

n = 500, noise-level = 0.6
Ridge
## [1] 0.55 0.15 0.15 0.15
## y_noise
## 1 2 3 4
## 117 126 131 126

Ridgeless
## Warning in unpack_problem(object, solution): Solver returned with status
## solver_error

n = 2000, noise-level = 0.6
Ridge
## [1] 0.55 0.15 0.15 0.15
## y_noise
## 1 2 3 4
## 506 527 475 492

Ridgeless
## Warning in unpack_problem(object, solution): Solver returned with status
## solver_error

n = 2000, noise-level = 0.8
Ridge
## [1] 0.4 0.2 0.2 0.2
## y_noise
## 1 2 3 4
## 546 487 476 491

Ridgeless
## Warning in unpack_problem(object, solution): Solver returned with status
## solver_error
